Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / ListBoxEditor Class / ListBoxEditor Constructor / ListBoxEditor Constructor(String[])
Items in the list box list, specified as an array


In This Topic
    ListBoxEditor Constructor(String[])
    In This Topic
    Initializes an instance of the ListBoxEditor class, with the specified items in the list box list.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal items() As String _
    )
    'Usage
     
    
    Dim items() As String
     
    Dim instance As New ListBoxEditor(items)
    public ListBoxEditor( 
       string[] items
    )

    Parameters

    items
    Items in the list box list, specified as an array
    See Also